Render

Syntax

Screen:Render()

Description

Transfers the graphics from the primary image buffer to the viewing Screen.

Note

All graphics are drawn on a none viewable buffer – use this function to display it on the viewable Screen.

Example

function main() {
  Screen:Show()
 
  Screen:PrintString("Mabuhay!")  //print the message
 
  Screen:Render()  //display the message to the viewing Screen
 
  Konsol:Delay(1000)  //pause for a second to read the message
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net